SftTree/NET 2.0

OverheadWidth Property, SftTree Class

Softel vdm, Inc.

Returns the width of the area added to the hierarchy column for hierarchical components.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public ReadOnly Property OverheadWidth As Integer

C#   

public int OverheadWidth { get; }

C++   

public: property int OverheadWidth {
        int get();
}

Property Value

The width of the area added to the hierarchy column for hierarchical components.

Comments

The OverheadWidth property returns the width of the area added to the hierarchy column for hierarchical components.

Due to the variable number of levels and the resulting hierarchical display, the width of the hierarchy column is always treated as a minimum value. The OverheadWidth property returns the width of the area reserved for non-cell displays, such as expand/collapse buttons, tree lines and item images for all items. If more levels are added to a hierarchy, the OverheadWidth value increases.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com